@charset "utf-8";

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p,
hr,
input,
em {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-text-size-adjust: none;
  vertical-align: middle;
  font-weight: normal;
}

body {
  font-size: 14px;
  color: #000;
  min-width: 1100px;
  background: #fff;
  font-family: '\5FAE\8F6F\96C5\9ED1', 'Nanum Gothic', '-apple-system';
}

html,
body {
  min-width: 1100px;
  background-color: #f2f2f2;
  background-image: url(../images/html_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 700px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

table,
img,
iframe {
  border: none
}

ul {
  list-style: none
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

i,
em {
  font-style: normal;
}

.left {
  float: left;
}

.right {
  float: right;
}


.w1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

/* 公共标题 */
.title {
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #ccc;
}

.title>img {
  float: left;
  width: 24px;
  height: 24px;
  margin-top: 28px;
  margin-right: 10px;
}

.title p {
  float: left;
  font-size: 22px;
  color: #002371;
  font-weight: bold;
}

.title a {
  float: right;
  margin-top: 30px;
  background: url(../images/more.png);
}

.title a:hover {
  background: url(../images/more_hover.png);
}

/* 二级标题 */
.sub_title {
  height: 50px;
  line-height: 50px;
}

.sub_title p {
  float: left;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}

.sub_title a {
  float: right;
  font-size: 14px;
  color: #808080;
}

.sub_title a:hover {
  color: #22448c;
  font-weight: bold;
}

.trans:hover {
  transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  transition: 1s
}

.smy_ctrl {
  position: relative;
  min-height: 50px;
  cursor: move;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 30px;
  margin: 0 auto;
}

.header .top {
  width: 100%;
  height: 30px;
  background: #01206a;
}

.header .top span {
  margin-right: 20px;
}

.header .top span,
.header .top a {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

.header .english a:hover {
  /* color: #245399; */
  font-size: 14px;
  font-weight: bold;

}

.logo {
  width: 1100px;
  height: 110px;
  padding-top: 50px;
  margin: 0 auto;
}

.logo img {
  display: block;
  /* text-align: center; */
  margin: 0 auto;
  /* margin-top: 50px; */
}

/* 列表点 */
.dian {
  width: 6px;
  height: 6px;
  background: url(../images/dian.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  float: left;
  margin-right: 10px;
}



.part1 {
  width: 1060px !important;
  height: 280px;
  background: #fff;
  padding: 0 20px;
  padding-top: 20px;

}

.part1_L {
  position: relative;
  width: 500px;
  height: 280px;
  overflow: hidden;
}

.part1_L .pic {
  position: relative;
  z-index: 0;
}


.part1_L .num {
  position: absolute;
  width: 70px;
  bottom: 19px;
  right: 0;
  z-index: 9;
}

.part1_L .num li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  float: left;
  text-indent: -999em;
  margin: 0 5px;
}

.part1_L .num li.on {
  background: #68b3f8;
}

.part1_L .pic img {
  width: 500px;
  height: 280px;
  display: block;
}

.part1_L .pic p {
  line-height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 50px;
  width: 400px;
  padding-left: 20px;
  padding-right: 80px;
  background: url(../images/png2_hy20191008.png) repeat;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part1_L .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 50px;
  width: 100%;
  background: url(../images/png2_hy20191008.png) repeat;
  overflow: hidden;
}

.part1_L .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 50px;
  width: 540px;
  padding: 0 20px;
  overflow: hidden;
}

.part1_L .txt li {
  width: 470px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  text-align: left;
}

.part1_L .txt li a.txt-a1 {
  display: block;
  color: #fff;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  overflow: hidden;
}

.part1_L .prev,
.part1_L .next {
  width: 62px;
  height: 62px;
  margin: -32px 0 0;
  display: none;
  background: url(../images/prev_hy_20191008.png) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
}

.part1_L .prev {
  left: 20px;
}

.part1_L .next {
  background: url(../images/next_hy_20191008.png) no-repeat;
  right: -20px;
}

.part1_L .prev:hover,
.part1_L .next:hover {
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}

/* 公共列表 */
.list {
  overflow: hidden;
}

.list li {
  float: left;
  /* overflow: hidden; */
}

.list li p {
  float: left;
  display: block;
  overflow: hidden;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
}

.list li i {
  float: right;
  font-size: 16px;
  color: #808080;
}

.list a:hover p {
  color: #22448c;
  font-weight: bold;
}


.part1_R {
  width: 540px;
  height: 279px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}


.part1_R ul li {
  width: 540px;
  margin-bottom: 10px;
  /* height: 55px; */
  /* line-height: 55px; */

}

.part1_R ul li .dian {
  margin-top: 7px;
}

.part1_R ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 540px;
  height: 44px;
}

.part1_R ul li p {
  /* width: 400px; */
  /* height: 44px;
  width: 524px; */
  font-size: 16px;
}


/* 省内要闻---0 */
.part2 {
  width: 1060px !important;
  height: 380px;
  background: #fff;
  padding: 0 20px;
  /* padding-top: 20px; */
  border-bottom: 1px solid #ccc;
}

.part2 .sub_title a {
  margin-right: 20px;
}

.part2_L {
  width: 530px;
  overflow: hidden;
}

.part2_L .cont a {
  width: 242px;
  height: 225px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  border: 1px solid #ccc;
}

.part2_L .cont a img {
  width: 243px;
  height: 180px;

}

.part2_L .cont p {
  padding: 0 10px;
  height: 50px;
  line-height: 46px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part2_L .cont p:hover {
  color: #fff;
  background: #22448c;
}

.part2_R {
  width: 530px;
  overflow: hidden;
}

.part2_R .sub_title {
  border-bottom: 1px solid #ccc;
}

.part2_R li {
  width: 530px;
  /* height: 46px;
  line-height: 46px; */
  margin-bottom: 5px;
}
.part2_R ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 540px;
  height: 44px;
}

.part2_R li .dian {
  margin-top: 7px;
}

.part2_R li p {
  /* width: 400px; */
  /* height: 44px;
  width: 514px; */
  font-size: 15px;
}

/* 新闻发布---0 */
.part3 {
  width: 1060px !important;
  height: 370px;
  background: #fff;
  padding: 0 20px;
  padding-top: 20px;
  padding-bottom: 50px;
}

.part3 .title {
  border-top: 1px solid #ccc;

}

.part3 .title select {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #002371;
  border: 1px solid #ccc;
  padding: 0 20px;
  padding-right: 60px;
  appearance: none;
  background: url(../images/select_bg.png) no-repeat;
  background-position: right bottom;
  background-size: 50px 50px;
}

.select_box {
  width: 200px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #002371;
  border: 1px solid #ccc;
  padding: 0 20px;
  padding-right: 60px;
  appearance: none;
  background: url(../images/select_bg.png) no-repeat;
  background-position: right bottom;
  background-size: 50px 50px;
  position: relative;
}

.select_box ul {
  display: none;
  top: 52px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: white;
  /* background: rgba(255, 255, 255, 1); */
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.select_box ul li {
  height: 50px;
  position: relative;
  /* overflow: hidden; */

}

.select_box ul li>i {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #002371;
  padding: 0 20px;
  padding-right: 60px;
  background-image: url(../images/select_bg_R.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50px 50px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.select_box ul li>i:hover {
  background-color: #002371;
  background-image: url(../images/select_bg_R_W.png);
  color: #fff;
  border: none;
}

.select_box ul li:hover dl {
  visibility: visible;
}

.select_box ul li a {
  margin: 0;
  background: none;
}

.select_box ul li dl {
  visibility: hidden;
  position: absolute;
  left: 280px;
  top: 0;
  width: 100%;
  background: white;
}

.select_box ul li dl {
  overflow: hidden;
  border: 1px solid #ccc;
}

.select_box ul li dl dd>i {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  /* font-weight: bold; */
  color: #002371;
  padding: 0 20px;
  padding-right: 60px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.select_box ul li dl dd>i:hover {
  background-color: #002371;
  color: #fff;
  /* border: none; */
}



.part3_L {
  width: 530px;
  height: 290px;
  overflow: hidden;
  position: relative;
}

.part3_L img {
  width: 510px;
  height: 270px;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;

}

.part3_L p {
  width: 470px;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  background: rgba(0, 0, 0, .7);
  /* background: #000; */
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.part3_L p:hover {
  background: #002371;
  color: #fff;
}

.part3_R {
  width: 530px;
  height: 270px;
  overflow: hidden;
  margin-top: 20px;

}

.part3_R .yugao {
  height: 58px;
  width: 530px;
  background: #002371;
  float: left;
  color: #fff;
}

.part3_R .yugao :hover {
  font-weight: bold;
}

.part3_R .yugao a {
  display: block;
  float: left;
  height: 58px;
  /* line-height: 50px; */
  color: #fff;
}

.part3_R .yugao span {
  display: block;
  float: left;
  width: 110px;
  height: 58px;
  line-height: 58px;
  background: url(../images/yugao_bg.png);
  background-size: 100% 100%;
  font-size: 14px;
  padding-left: 20px;
}

.part3_R .yugao p {
  /* margin: 10px auto; */
  margin-top: 18px;
  float: left;
  width: 400px;
  display: block;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.part3_R .yugao p i {
  margin-top: 10px;
  float: left;
  display: block;
  width: 5px;
  height: 5px;
  background: #FFF;
  margin-right: 10px;
  border-radius: 2.5px;
}

.part3_R .yugao .more {
  float: right !important;
  margin-right: 20px;
}

.part3_R ul {
  float: left;
}

.part3_R ul li {
  width: 530px;
  /* line-height: 46px; */
}

.part3_R ul li a {
  display: table-cell;
  vertical-align: middle;
  width: 530px;
  height: 44px;
}

.part3_R ul li a .dian {
  margin-top: 7px;
}

.part3_R ul p {
  /* width: 514px; */
  font-size: 15px;
  /* height: 44px; */
}









.advert {
  height: 80px;
  position: relative;
}

.advert img {
  width: 1100px;
  height: 80px;
}

.advert .close {
  width: 19px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../images/close_hy20191008.png) no-repeat;
  cursor: pointer;
}









.footer {
  width: 100%;
  height: 110px;
  background: #e0e0e0;
}

.foot {
  position: relative;
}

.foot .dzjg {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 30%;
  display: inline-block;
  z-index: 1;
}

.foot-con {
  color: #333;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  z-index: 1;
  top: 15px;
}

.foot-con span {
  text-align: center;
  display: block;
  height: 24px;
  line-height: 24px;
}

.foot-con span .foot-lxwm {
  color: #333;
}


/* 新加css */
.part0 {
  width: 1100px;
  height: 155px;
  margin: 0 auto;

  /* margin-top: 20px; */
  background: #f5f5f5;
  color: #013b81;
}

.part0 div {
  text-align: center;
  /* float: left; */
  width: 1060px;
  height: 115px;
  margin: 0 auto;
  padding-top: 20px;
  /* background: #000; */
}

.part0 div p {
  font-size: 36px;
  font-weight: bold;
  display: block;
  line-height: 90px;
  height: 90px;
  overflow: hidden;
  color: #002371;
  font-weight: bold;
  background: url(../images/top_news_bg.jpg) no-repeat;
  background-size: cover;
  /* text-overflow: ellipsis;
  white-space: nowrap; */
  padding: 0 20px;

}


.part0 div i {
  display: block;
  line-height: 45px;
  height: 45px;
  background: #22448c;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.side-bar {
  border: 1px solid #E7E7E7;
  border-bottom: none;
  bottom: 10px;
  background: #fff;
  position: fixed;
  left: 50%;
  margin-left: 585px;
  z-index: 99;
  display: block;
}

.side-bar a {
  display: block;
  cursor: pointer;
  width: 60px;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
  color: #676767;
  text-align: center;
  padding: 5px 0;
}

.side-bar a i {
  display: block;
  margin: 0 auto;
  background-size: contain;
}

.side-bar a span {
  line-height: 20px;
}

.side-bar a img {
  width: 98px;
  height: 98px;
  display: inline-block;
  margin-top: 17px;
}

.side-bar a b {
  color: #fff;
  font-weight: 400;
  display: block;
}

.g-icon-microblog {
  background: url(../images/icon_xl_hy20191022.png) no-repeat;
  width: 40px;
  height: 36px;
}

.g-icon-mobile {
  background: url(../images/icon_wx_hy20191022.png) no-repeat;
  width: 40px;
  height: 36px;
}

.g-icon-top {
  background: url(../images/icon_db_hy20191022.png) no-repeat;
  width: 40px;
  height: 36px;
  display: block;
}

.g-icon-microblog,
.g-icon-mobile,
.g-icon-top {
  width: 50px\0;
  height: 42px\0;
  width: 50px;
  height: 42px;
}

.mobile,
.microblog {
  position: relative;
}

.ewm_mobile {
  position: absolute;
  top: -229px;
  left: -136px;
  width: 134px;
  height: 294px;
  display: none;
  border: 1px solid #E7E7E7;
  background: #245399;
  text-align: center;
}

.ewm_microblog {
  position: absolute;
  top: -83px;
  left: -136px;
  width: 134px;
  height: 148px;
  display: none;
  border: 1px solid #E7E7E7;
  background: #245399;
  text-align: center;
}

.select_box ul li span {
  position: absolute;
  left: 280px;
  top: 0;
  width: 100%;
  background: white;
}

.select_box ul li span {
  overflow: hidden;
  border: 1px solid #ccc;
}

.select_box ul li span b>i {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  /* font-weight: bold; */
  color: #002371;
  padding: 0 20px;
  padding-right: 60px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.select_box ul li span b>i:hover {
  background-color: #002371;
  color: #fff;
  /* border: none; */
}




